Skip to content

Refactor/astro#552

Merged
serafim-san merged 143 commits intomainfrom
refactor/astro
Feb 24, 2026
Merged

Refactor/astro#552
serafim-san merged 143 commits intomainfrom
refactor/astro

Conversation

@serafim-san
Copy link
Contributor

@serafim-san serafim-san commented Dec 9, 2025

This PR is a major refactor moving the site to Astro 5 and Svelte 5. The main goal was to simplify how we manage content and get rid of manual configs.

Main changes

  • MD to MDX: I renamed all articles to .mdx. This allows us to use components inside docs and makes the metadata more reliable.
  • Automatic Sidebar: I deleted navigation.js. You no longer need to update a config file to add a page. The sidebar now builds itself based on the folder structure.
  • To hide a page, use sidebar: { hidden: true } in the frontmatter.
  • To change the order, use sidebar: { order: 5 }.

volynvlad and others added 30 commits July 10, 2025 14:27
Add article about bullish bearish metrics
Change date for sentiment-metrics article
* Better wording
* Do not specify value for additional latency, just mention it
Update documentation to reflect the change from "Signals" to "Data Anomalies" terminology.
Remove outdated "Anomalies" section and update descriptions to focus on actionable anomalies.
Add Larry's profile image and entry to the people.js file to include him in the team listing.
…y-sv

Remove nft sv, top social gainers losers. Add community social volume
@serafim-san serafim-san changed the base branch from master to main January 12, 2026 20:53
@serafim-san serafim-san changed the base branch from main to master January 12, 2026 20:53
@serafim-san serafim-san changed the base branch from master to main February 24, 2026 23:25
@serafim-san serafim-san merged commit e9e3f58 into main Feb 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.